home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Src / test-stk < prev    next >
Encoding:
Text File  |  1995-10-30  |  271 b   |  12 lines

  1. #!/bin/sh
  2. #
  3. # A simple shell script to test stk without installing it
  4. #
  5.  
  6. STK_LIBRARY=../Lib 
  7. STK_LOAD_PATH=$STK_LIBRARY:../STklos:../STklos/Tk:../STklos/Tk/Composite:../Extensions
  8. STK_HELP_PATH=../Help
  9.  
  10. export STK_LIBRARY STK_LOAD_PATH STK_HELP_PATH
  11. exec ../Src/stk "$@"
  12.